Skip to main content

Unified Access Log Format

IO River provides the ability to get CDN access logs in a unified format. When you configure streaming of logs to a logs destinations, the logs will be sent in a gzip files. The gzip files will contain a json arrays with multiple elements, each element represents a single HTTP request to the CDN.

Log Fields

Field NameTypeDescription
service_uidStringService UID (used in CNAME)
service_idStringID of the Service (GUID)
providerStringCDN provider which handled this request
timestampStringRequest timestamp
response_bytesIntegerSize of the response
status_codeIntegerHTTP status code of the response
status_phraseIntegerPhrase associated with the status code
pathStringRequest path
query_paramsStringRequest query string
domainStringRequest domain
refererStringRequest referer
geo_locationStringEnd-user country code
geo_location_cityStringEnd-user city name
client_asnStringEnd-user AS number (ASNUM)
http_versionStringRequest HTTP version
user_agentStringRequest user agent
cookieStringRequest Cookie header
client_ipStringEnd-user IP address
is_cachedBoolIndicates whether the request was served from cache
methodStringRequest method
midgress_bytesIntegerResponse midgress bytes
content_encodingStringResponse Content-Encoding header
unified_logs_behavior_idStringLogging behavior Id
x_forwarded_forStringRequest X-Forwarded-For header
time_takenIntegerRequest processing time (ms) by the CDN
server_ipStringIP address of the edge server

Log Line Example

{"service_uid":"PHQG1UL0WE","service_id":"04997d9e-7bb5-4140-af5e-6240b6bbbd9e","provider":"Fastly","timestamp":"2025-04-02T09:00:00.229Z","response_bytes":554,"status_code":200,"path":"/api/test/logs","query_params":"foo=1","domain":"test.ioriver.io","referer":"https://www.example.com","geo_location":"ES","geo_location_city":"madrid","http_version":"HTTP/1.1","user_agent":"curl/8.1.2","client_ip":"93.172.248.221","is_cached":"true","method":"GET","midgress_bytes":0,"x_forwarded_for":"1.2.3.4","time_taken":144,"status_phrase":"","cookie":"","server_ip":"","client_asn":"","content_encoding":"gzip"}

Log Filename

If you are using S3 as the log destination, you can expect files to be stored there with the following filename format. For example:

2025-04-02T08:59:08Z-2025-04-02T09:00:12Z-e4e3fc56-0fa0-11f0-af87-6e51fb8cf854.gz